Corrects ES Module exports in package.json#5736
Corrects ES Module exports in package.json#5736manuelroth wants to merge 2 commits intoformio:5.0.xfrom
Conversation
|
I actually agree with this change, but us using "cjs" for "import" was changed deliberately. Using mjs was causing some downstream issues with our build process and was not working with applications using legacy versions. Maybe pulling in your other pull request will resolve that issue, so we will give it a try and see what happens downstream due to these changes. |
|
I think its also important to define the |
|
Hi @travist , were you able to test the changes downstream?- We still have to keep the workaround described in #5735 (comment) in place. I would be glad if we could remove it at some point. Therefore it would be great to know if you have made an progress on this issue. Kind regards, Manuel |
|
Hi @travist, we are trying to upgrade from |
|
Hello @manuelroth we will escalate this internally to see if we can reach some form of resolution.... thanks. |
|
We were able to find the real cause of the issue. See #5735 for more details. I will close this PR |
This PR correct the ES Module exports in package.json